home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u186.dms / u186.adf / startscreen < prev    next >
Text File  |  1991-03-18  |  1KB  |  85 lines

  1. BACKCOLOR=$000
  2. BANNERCOLOR=$F00
  3. MENUCOLOR=$FFF
  4. SCROLLCOLOR=$FF0
  5. SCROLLSPEED=2
  6. BARLINES=ON
  7. MENUPOSITION=CENTRE
  8. MENUMODE=FLUSH
  9. HILITEMODE=BUTTON
  10. COPPERMODE=DOUBLE
  11. COPPERLINES=32
  12. COPPERSTART=$000
  13. COPPEREND=$F00
  14. COPPERSTEP=$100
  15. BANNERTEXT=* The Ultimate Disk Creator *
  16. SCROLLTEXT=*** ALWAYS HAVE A DISK READY IN DF1:BEFORE SELECTING F1 to F3 
  17. SCRIPTTEXT=* HANG ON TO YOUR HATS *
  18. MENUTEXT1=Menudisk Creator
  19. MENUFUNCTION1=
  20. {
  21. CLS
  22. execute menudisk-creator
  23. }
  24. MENUTEXT2=Bootdisk Creator
  25. MENUFUNCTION2=
  26. {
  27. CLS
  28. execute bootdisk
  29. }
  30. MENUTEXT3=Deluxe-Bootdisk Creator
  31. MENUFUNCTION3=
  32. {
  33. CLS
  34. execute Deluxe-bootdisk
  35. }
  36. MENUTEXT4=Rasters
  37. MENUFUNCTION4=
  38. {
  39. CLS
  40. rasters
  41. }
  42. MENUTEXT5=Bootblock Champion
  43. MENUFUNCTION5=
  44. {
  45. CLS
  46. run boot
  47. }
  48. MENUTEXT6=Bootgirl(6 plane)
  49. MENUFUNCTION6=
  50. {
  51. CLS
  52. run bootgirl
  53. }
  54. MENUTEXT7=Bootwriter
  55. MENUFUNCTION7=
  56. {
  57. CLS
  58. RUN Bootwriter
  59. }
  60. MENUTEXT8=Diskmaster(new version)
  61. MENUFUNCTION8=
  62. {
  63. CLS
  64. RUN diskmaster1
  65. }
  66. MENUTEXT9=TxED
  67. MENUFUNCTION9=
  68. {
  69. CLS
  70. RUN txed
  71. }
  72. MENUTEXT10=Preferences
  73. MENUFUNCTION10=
  74. {
  75. CLS
  76. run preferences
  77. endcli
  78. }
  79. BANNERSTYLE=0
  80. SCROLLSTYLE=0
  81. MENUSTYLE<1-10>=
  82. EXITMODE=OFF
  83. SCRIPTDELAY=15
  84. SCREENTOBACK=ON
  85.